POV-Ray : Newsgroups : povray.unofficial.patches : Spline bug: floats converted to vectors : Re: Spline bug: floats converted to vectors Server Time
1 Sep 2024 20:16:49 EDT (-0400)
  Re: Spline bug: floats converted to vectors  
From: Andrew Clinton
Date: 4 Dec 2000 15:18:50
Message: <3A2C25E2.E423AAE9@ibm.net>
While we are talking about spline bugs, here is another one.  One cannot do the
following:

#declare thespline = Spline {
    cubic_spline
    ..
    floats, points
    ..
}

...
do something with the spline
...

#undef thespline // this produces an error

This problem can become an issue when you are using huge numbers of splines in
the scene and the memory for them never gets freed (needless waste of space)

Andrew C


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.